runtime.mheap.freeManual (method)

8 uses

	runtime (current package)
		mbitmap.go#L1689: 	mheap_.freeManual(s, spanAllocPtrScalarBits)
		mgcsweep.go#L826: 					mheap_.freeManual(s, spanAllocPtrScalarBits)
		mgcwork.go#L483: 			mheap_.freeManual(span, spanAllocWorkBuf)
		mheap.go#L1595: func (h *mheap) freeManual(s *mspan, typ spanAllocType) {
		stack.go#L263: 		mheap_.freeManual(s, spanAllocStack)
		stack.go#L512: 			mheap_.freeManual(s, spanAllocStack)
		stack.go#L1262: 				mheap_.freeManual(s, spanAllocStack)
		stack.go#L1276: 			mheap_.freeManual(s, spanAllocStack)